File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ public void formattingWithCustomNumberOfSpaces() throws IOException {
50
50
"}" ,
51
51
"spotless {" ,
52
52
" json {" +
53
- " indentWithSpaces(6)" +
54
53
" target '**/*.json'" +
55
- "}" ,
54
+ " indentWithSpaces(6)" +
55
+ "}" ,
56
56
"}" );
57
57
setFile ("src/main/resources/example.json" ).toResource ("json/singletonArrayBefore.json" );
58
58
gradleRunner ().withArguments ("spotlessApply" ).build ();
@@ -69,9 +69,9 @@ public void formattingWithTabs() throws IOException {
69
69
"}" ,
70
70
"spotless {" ,
71
71
" json {" +
72
- " indentWithTabs()" +
73
72
" target '**/*.json'" +
74
- "}" ,
73
+ " indentWithTabs()" +
74
+ "}" ,
75
75
"}" );
76
76
setFile ("src/main/resources/example.json" ).toResource ("json/singletonArrayBefore.json" );
77
77
gradleRunner ().withArguments ("spotlessApply" ).build ();
You can’t perform that action at this time.
0 commit comments